-
Notifications
You must be signed in to change notification settings - Fork 741
Add android target recipes and extensive model tests using ios and android recipes #14290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add android target recipes and extensive model tests using ios and android recipes #14290
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14290
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 98ab7f5 with merge base d40ce3f ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@abhinaykukkadapu has exported this pull request. If you are a Meta employee, you can view the originating diff in D82284987. |
This PR needs a
|
c4d068d to
566eb46
Compare
…droid recipes (pytorch#14290) Summary: Changes in this diff: 1. Adds android target recipes using QNN backend. 2. Add extensive model lowering and accuracy checks using torchvision models. ``` from executorch.export import export qnn_android_recipe = get_android_recipe() # lower a model to pte session = export(model, recipe, example_inputs) out = session.run_method("forward", *example_inputs) ``` Differential Revision: D82284987
|
@abhinaykukkadapu has exported this pull request. If you are a Meta employee, you can view the originating diff in D82284987. |
…droid recipes (pytorch#14290) Summary: Changes in this diff: 1. Adds android target recipes using QNN backend. 2. Add extensive model lowering and accuracy checks using torchvision models. ``` from executorch.export import export qnn_android_recipe = get_android_recipe() # lower a model to pte session = export(model, recipe, example_inputs) out = session.run_method("forward", *example_inputs) ``` Differential Revision: D82284987
566eb46 to
fd64ff2
Compare
|
@abhinaykukkadapu has exported this pull request. If you are a Meta employee, you can view the originating diff in D82284987. |
…droid recipes (pytorch#14290) Summary: Changes in this diff: 1. Adds android target recipes using QNN backend. 2. Add extensive model lowering and accuracy checks using torchvision models. ``` from executorch.export import export qnn_android_recipe = get_android_recipe() # lower a model to pte session = export(model, recipe, example_inputs) out = session.run_method("forward", *example_inputs) ``` Differential Revision: D82284987
fd64ff2 to
658b99f
Compare
|
@abhinaykukkadapu has exported this pull request. If you are a Meta employee, you can view the originating diff in D82284987. |
658b99f to
ad3e4da
Compare
…droid recipes (pytorch#14290) Summary: Changes in this diff: 1. Adds android target recipes using QNN backend. 2. Add extensive model lowering and accuracy checks using torchvision models. ``` from executorch.export import export qnn_android_recipe = get_android_recipe() # lower a model to pte session = export(model, recipe, example_inputs) out = session.run_method("forward", *example_inputs) ``` Differential Revision: D82284987
…droid recipes (pytorch#14290) Summary: Changes in this diff: 1. Adds android target recipes using QNN backend. 2. Add extensive model lowering and accuracy checks using torchvision models. ``` from executorch.export import export qnn_android_recipe = get_android_recipe() # lower a model to pte session = export(model, recipe, example_inputs) out = session.run_method("forward", *example_inputs) ``` Differential Revision: D82284987
ad3e4da to
3d13863
Compare
|
@abhinaykukkadapu has exported this pull request. If you are a Meta employee, you can view the originating diff in D82284987. |
1 similar comment
|
@abhinaykukkadapu has exported this pull request. If you are a Meta employee, you can view the originating diff in D82284987. |
3d13863 to
0fdc4be
Compare
…droid recipes (pytorch#14290) Summary: Changes in this diff: 1. Adds android target recipes using QNN backend. 2. Add extensive model lowering and accuracy checks using torchvision models. ``` from executorch.export import export qnn_android_recipe = get_android_recipe() # lower a model to pte session = export(model, recipe, example_inputs) out = session.run_method("forward", *example_inputs) ``` Differential Revision: D82284987
|
@abhinaykukkadapu has exported this pull request. If you are a Meta employee, you can view the originating diff in D82284987. |
0fdc4be to
9408647
Compare
…droid recipes (pytorch#14290) Summary: Changes in this diff: 1. Adds android target recipes using QNN backend. 2. Add extensive model lowering and accuracy checks using torchvision models. ``` from executorch.export import export qnn_android_recipe = get_android_recipe() # lower a model to pte session = export(model, recipe, example_inputs) out = session.run_method("forward", *example_inputs) ``` Differential Revision: D82284987
|
@abhinaykukkadapu has exported this pull request. If you are a Meta employee, you can view the originating diff in D82284987. |
…droid recipes (pytorch#14290) Summary: Changes in this diff: 1. Adds android target recipes using QNN backend. 2. Add extensive model lowering and accuracy checks using torchvision models. ``` from executorch.export import export qnn_android_recipe = get_android_recipe() # lower a model to pte session = export(model, recipe, example_inputs) out = session.run_method("forward", *example_inputs) ``` Differential Revision: D82284987
9408647 to
6f7f7c1
Compare
|
@abhinaykukkadapu has exported this pull request. If you are a Meta employee, you can view the originating diff in D82284987. |
6f7f7c1 to
b9f954e
Compare
…droid recipes (pytorch#14290) Summary: Changes in this diff: 1. Adds android target recipes using QNN backend. 2. Add extensive model lowering and accuracy checks using torchvision models. ``` from executorch.export import export qnn_android_recipe = get_android_recipe() # lower a model to pte session = export(model, recipe, example_inputs) out = session.run_method("forward", *example_inputs) ``` Differential Revision: D82284987
|
@abhinaykukkadapu has exported this pull request. If you are a Meta employee, you can view the originating diff in D82284987. |
b9f954e to
cb79069
Compare
…droid recipes (pytorch#14290) Summary: Changes in this diff: 1. Adds android target recipes using QNN backend. 2. Add extensive model lowering and accuracy checks using torchvision models. ``` from executorch.export import export qnn_android_recipe = get_android_recipe() # lower a model to pte session = export(model, recipe, example_inputs) out = session.run_method("forward", *example_inputs) ``` Differential Revision: D82284987
|
@abhinaykukkadapu has exported this pull request. If you are a Meta employee, you can view the originating diff in D82284987. |
cb79069 to
8a24276
Compare
…droid recipes (pytorch#14290) Summary: Changes in this diff: 1. Adds android target recipes using QNN backend. 2. Add extensive model lowering and accuracy checks using torchvision models. ``` from executorch.export import export qnn_android_recipe = get_android_recipe() # lower a model to pte session = export(model, recipe, example_inputs) out = session.run_method("forward", *example_inputs) ``` Differential Revision: D82284987
|
@abhinaykukkadapu has exported this pull request. If you are a Meta employee, you can view the originating diff in D82284987. |
…droid recipes (pytorch#14290) Summary: Changes in this diff: 1. Adds android target recipes using QNN backend. 2. Add extensive model lowering and accuracy checks using torchvision models. ``` from executorch.export import export qnn_android_recipe = get_android_recipe() # lower a model to pte session = export(model, recipe, example_inputs) out = session.run_method("forward", *example_inputs) ``` Differential Revision: D82284987
8a24276 to
98ab7f5
Compare
|
@abhinaykukkadapu has exported this pull request. If you are a Meta employee, you can view the originating diff in D82284987. |
Summary:
Changes in this diff:
Differential Revision: D82284987